/*页面布局*/
.body-wrap{position: relative;background:url(/uiFramework/commonResource/image/2023011417381768793.jpg) top center no-repeat;background-size:cover;}
.home-page-bg {position:absolute;width:100%;height:100%;object-fit:cover;z-index:-1;}

div#home-list-wrap {
    position: fixed;
    top: 140px;
    right: 50%;
    margin-right: -562px;
}

div#right-home-list-wrap {
    position: fixed;
    top: 260px;
    right: 50%;
    margin-right: -562px;
}

/*网站国徽*/
.header-logo{overflow: hidden;margin: 30px 0 90px;display:block;}
.header-logo img{float: left;margin-right: 12px;}
.header-logo p{font-size: 38px;color: #fff;float: left;font-weight: bold;text-align: center;}
.header-logo p em{letter-spacing: 7px;}

/*栏目链接*/
.home-pic{margin-left: 40px;}
.list-columns{background: url(/eportal/imageDir/qinghe/2021/08/2021081220491138082.png);border-radius: 6px;overflow: hidden;padding: 7px;float: right;opacity: 0.6;}
.list-columns li{float: left;width: 98px;margin:7px}
/*.list-columns li.li1{background: url(/uiFramework/commonResource/image/2023011417513379150.png) center bottom no-repeat;}
.list-columns li.li2{background: url(/uiFramework/commonResource/image/2023011417520981356.png) center bottom no-repeat;}
.list-columns li.li3{background: url(/uiFramework/commonResource/image/2023011417524412104.png) center bottom no-repeat;}
.list-columns li.li4{background: url(/uiFramework/commonResource/image/2023011417525477341.png) center bottom no-repeat;}
.list-columns li.li5{background: url(/uiFramework/commonResource/image/2023011417540993807.png) center bottom no-repeat;}
.list-columns li.li6{background: url(/uiFramework/commonResource/image/2023011417544621838.png) center bottom no-repeat;}*/
.list-columns li img{display:block;margin: 10px auto 7px;height: 44px;}
.list-columns li span{display:block;text-align:center;margin-bottom: 13px;color:#fff;}

/*新闻列表*/
.home-list {width:574px;border-radius:6px;overflow:hidden;float:right;margin-top: 20px;}
.home-list h6{overflow:hidden;padding:0 10px;background:url(/uiFramework/commonResource/image/2023011417573887791.png) center;line-height:35px;}
.home-list h6 span{float:left;color:#fff;font-weight: normal;}
.home-list h6 b{float:right;font-weight:normal;color:#fff;font-size:20px;margin-left:10px;cursor:pointer;}
.news-list{background:url(/uiFramework/commonResource/image/2023011417585936827.png) center;padding:15px;}
.news-list li{overflow:hidden;line-height:32px;}
.news-list li a{float:left;width:76%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px;}
.news-list li span{float:right;font-size:14px;}

/*footer*/
.footer-wrap {background: #00000070;position: absolute;bottom: 0;width: 100%;border-top: 1px solid #dfdfdf;}
#footer-height{padding-top:200px;}
@media only screen and (max-width:768px){
    /*网站国徽*/
    .header-logo{margin: 20px 0 30px;}
    .header-logo img{float: none;margin-right: 0px;display:block;margin:0 auto 20px;}
    .header-logo p{font-size: 22px;float: none;text-align: center;letter-spacing: 0px;}
    .header-logo em{font-size: 12px;margin-top:6px;}

    .left-home-pic-wrap img,.right-home-list-wrap{width:100%;}
    /*栏目链接*/
    .list-columns{background: none;padding: 0px;float: none;width:100%;text-align:justify;}
    /*.list-columns li{float: none;width: 32%;margin:0%;display:inline-block;margin-bottom: 10px;}*/
    .list-columns li {width: 32%;margin: 2px;display: inline-block;margin-bottom: 10px;}
    .list-columns:after{content:'';display:inline-block;width:100%;}
    .list-columns br{display: none;}
    .list-columns li img{margin: 20px auto 10px;height: 36px;}

    /*新闻列表*/
    .home-list {width:100%;float:none;}
    .footer-wrap {background-size:contain;}
    
    /*首页改版*/
    div#home-list-wrap { position: static;margin-right: 0;}
    div#right-home-list-wrap {position: static;margin-right: 0;}

}